Search
Queryable(T).max Method (Function(T, Integer))
See Also
 






Namespace: com.mindfusion.common
Package: com.mindfusion.common

 Syntax

Java  Copy Code

public Integer max (
    Function<T, Integer> selector
)

 Parameters

selector

 Return Value

 See Also